-
Re: Glyph Sidebearings and Text Alignment
Kerning to a space cannot be used, since someone might want to kern a glyph to a space without also implying optical bounds. In the following discussion, the lfbd/rfbd features are considered almost …1 -
Re: Interesting kerning behavior in macOS applications
Text is split into runs before shaping, and one such run boundary is in between different scripts. Adobe’s apps do some additional processing (e.g. “optical” kerning) which also works across scripts.…3 -
Re: .calt code model?
Yes. Have a look at the feature file specification for details, in particular section 2.g.ii: http://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html#2.g.ii2 -
Re: OTF Variable fonts
TT variable fonts also have the benefit of still working in software that does not support variable fonts (showing only the base style), while CFF2 fonts are not useable with such legacy software.5 -
Re: Webfont hosting on MS Azure?
There is a thread discussing why fonts cannot be both protected and displayable at the same time: https://typedrawers.com/discussion/comment/54490/#Comment_544901